home *** CD-ROM | disk | FTP | other *** search
- .TH PTLNPLN
- 6 "IRIT Version 6.0"
- .SH NAME
- PTLNPLN
-
-
-
- VectorType PTLNPLN( PointType LineOrig, VectorType LineRay, PlaneType Plane )
-
- Computes the point of intersection of given line LineOrig,
- LineRay with plane Plane.
-
- Example:
-
- InterPt = PtLnPln( point( 1, 0, 1 ), vector( 1, 1, 1 ), Plane( 0, 0, 1, 0 ) );
-